-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixup #825
Fixup #825
Conversation
Puppet and Facter are confined, work is planned to be able to unpin that. Ship 15 in the meantime.
Incorrectly specified the wrong version (the sha is correct)
@mhashizume sorry i pushed one more commit dealing with solaris/sparc issue in 7.x runtime. can you take a look at that commit too? |
@@ -1,11 +1,18 @@ | |||
component "rubygem-semantic_puppet" do |pkg, settings, platform| | |||
# Projects may define a :rubygem_semantic_puppet_version setting, or we use 1.0.4 by default | |||
version = settings[:rubygem_semantic_puppet_version] || '1.1.0' | |||
if platform.is_cross_compiled? && (platform.is_linux? || platform.is_solaris?) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if platform.is_cross_compiled? && (platform.is_linux? || platform.is_solaris?) | |
if platform.is_cross_compiled? && platform.is_solaris? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated, thanks!
… use pl-ruby Copy pattern in ffi component for pinning back to older components on cross compiled platforms that dont use the shipped ruby to build gems.
LGTM! 👍 |
No description provided.